home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / text / hyper / ADtoHT2_0.lha / MyLib.lha / mui / MUI_MakeObject.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-02  |  290 b   |  16 lines

  1. #ifdef __GNUC__
  2. #define NO_INLINE_STDARG
  3. #include <inline/muimaster.h>
  4. #else
  5. #undef __SASC
  6. #include <proto/muimaster.h>
  7. #endif
  8.  
  9. /************************************************************************/
  10.  
  11. Object *MUI_MakeObject(long Type, ...)
  12.  
  13. {
  14.   return MUI_MakeObjectA(Type,(&Type)+1);
  15. }
  16.